218 questions
3
votes
1
answer
65
views
I would like to know how to configure jupyter notebook to display dot-files in the file browser
I regularly run jupyter notebook for tinkering with python projects (usually related to data analytics). It would be helpful if the jupyter "Home" page (the file system browser window) would ...
1
vote
2
answers
100
views
Making file hidden in Windows using Python blocks file writing
I am trying to make a hidden file in Windows using Python, but after I make it hidden it becomes impossible to write. However, reading this file is possible.
import ctypes
with open("test.txt&...
2
votes
2
answers
414
views
zsh glob to find directories that are empty or that only contain a .DS_Store
Is there any zsh glob that will find directories that are either empty or that only contain a .DS_Store file?
I know that the (/^F) glob flag combo will find empty directories, but I also want to ...
0
votes
1
answer
321
views
Unable to read in contents of hidden file (.file) [duplicate]
(My question relates to and is answered by the question Shell script read missing last line). Due to the fact that people may not know that their issue is that the file they are attempting to read in ...
0
votes
0
answers
74
views
PHP encrypted Code uploaded in cpanel and changed users passwords to login in cpanel
Yesterday i received email, that my cpanel password changed, and contact my Provider and they send me new pass, but today same thing happened. Then i realized something went wrong. so i decided to ...
0
votes
2
answers
205
views
Bitbucket pipeline fails for grep command in exclude hidden directory
I have the following command to run:
grep -r -n --exclude-dir='.test' ERROR . >> errors.txt
This works fine on the terminal but when I run this on bitbucket pipeline via yml file, it fails with ...
1
vote
1
answer
889
views
GitLab CI: Hidden files not showing after artifact extraction
I'm encountering an issue with my GitLab CI pipeline where hidden files (files and directories starting with a dot, e.g., .nvmrc, .release-template.yml, etc.) are not being displayed in the output ...
0
votes
1
answer
168
views
Copy directory tree without files and hidden directories
This is a follow up to Copy folder structure (without files) from one location to another and Rsync how to include directories but not files?, though not a duplicate.
In essence, I want to do the same,...
0
votes
1
answer
44
views
Unable in Intelij Idea to see files in hidden Linux (dotted name) directories
When in Intelij Idea I try to see diff between files located in hidden directories (outside the project) like .hiddenDirectory, then Idea doesn't show such directories in dialogue box. The Finder (it ...
3
votes
1
answer
10k
views
How to use "tree" command on powershell to show files as well as directories
I am trying to get full structure of my project in tree format in powershell.
When I use the command tree, it only shows directories and subdirectories, but neither files nor hidden folders, such as ....
1
vote
1
answer
297
views
Circleci is not copying hidden files from repository while building
I am using Circleci to build and test typescript code. when code is pushed and Circleci starts building in a docker container, I noticed it ignores some hidden files (dot files) in the repository ...
1
vote
1
answer
123
views
How to edit hidden files with dart on windows?
Windows 10
Here is my code:
import 'dart:io';
void main(List<String> args) {
File('C:\\Users\\alexa\\Documents\\test\\my-file.txt').writeAsString("some-text"); // got error if ...
-1
votes
2
answers
1k
views
Cannot access hidden folder on android version 11 and later devices in flutter
When I try to access the contents of a hidden folder using directory, I get empty contents when trying to access hidden folders (starts with '.'). I've already added Read and Write permission to ...
0
votes
0
answers
121
views
Can I remove symlinks without deleting the files?
I was following the Dotfiles exercises in the CLE MIT Missing Semester course and I messed up. I created a dotfiles directory and moved all the dotfiles in my home folder to that directory, then I ran ...
0
votes
0
answers
214
views
Files 'dragged and dropped' into solution explorer in Visual Studio Community 2022 can't be tracked in git?
I wanted to try dragging and dropping files from Windows Explorer in to the Solution Explorer, and it seemed to work at first. However I realised after commiting and pushing my changes to git that I ...
0
votes
1
answer
560
views
jupyter_server 2.0 seems to break showHiddenFiles in JupyterLab
I am using JupyterLab with:
jupyterlab=3.5.1
jupyter_server=1.23.3
and I have the following config:
{
// File Browser
// @jupyterlab/filebrowser-extension:browser
// File Browser ...
0
votes
1
answer
97
views
Tried to create a global .gitignore file while following a beginner YT video, but failed
There is a lot on .gitignore but not specifically to the issue I'm having at the point of creating/editing the file. I executed the git config --global core.excludesfile ~/.gitignore_global locally ...
-2
votes
1
answer
2k
views
Accessing hidden appdata in Google Drive [duplicate]
So, this may have an obvious answer, but I couldn't find anything on it so I figured I'd just try asking. Basically, I was using a free Minecraft server host called "Aternos" to work on a ...
-3
votes
1
answer
646
views
Why are some of my source files being hidden by CLion?
I'm using CLion 2022.1 to work on a (C++) project. In this project, I have files named src/foo/build.hpp and src/bar/build.hpp. These files are included from the main() translation unit, and are even ...
1
vote
0
answers
166
views
I want to make sure I have completely uninstalled anaconda
I am a beginner python programmer. I'm working on Monterey macOS. I decided to uninstall anaconda b/c i had installed a few packages into by my base environment and heard that it was best to not do ...
1
vote
1
answer
2k
views
Cannot access hidden folder on android version 11 device in flutter
I am making an app that shows WhatsApp statuses. The WhatsApp status is stored on a hidden file called ".statuses" in the WhatsApp folder. But when I try to get a list of subdirectories and ...
2
votes
0
answers
341
views
Is it possible to exclude hidden files when uploading a directory?
When a user selects a directory from which to upload all documents, it might contain hidden files created by windows like thumbs.db
Is there any way of detecting, either on the front end or back end, ...
0
votes
1
answer
2k
views
How can I open .bash_profile without a command-line editor?
I am able to get to and edit my .bash_profile, but only using nano which lacks features I would like. How can I edit my .bash_profile in an external app, such as vscode?
I am using Windows 10 and it ...
0
votes
0
answers
1k
views
How show hidden folder starting with a dot having a video file from android internal storage programatically?
I want to show a hidden folder having a video file in it. I know that a folder in Internal Storage is not really hidden, it is not shown by file managers having names starting with dot"."
I ...
3
votes
1
answer
2k
views
How to rename .env file in Laravel 8
In Laravel 8 the .env file is well protected out of the public folder. Additionally, I've added a rule in nginx to protect hidden files
location ~ /\. {
deny all;
}
However, I've seen several ...
4
votes
1
answer
1k
views
How do I make .gitignore and .swiftlint.yml visible in Xcode?
I've got a Swift Package I've created that has a .gitignore file and a .swiftlint.yml config file in it. They are in the repo. They are in the directory. I can drag and drop them into Xcode, but they ...
0
votes
0
answers
182
views
Excel 365 Windows 10 how to prevent hidden files creation? cannot delete w/o Admin Right
How to prevent hidden files sometimes created by Excel 365?
Following Document properties are identical to my Excel Workbooks:
names same but prefixed with '~'.
location same
How to remove these ...
0
votes
0
answers
1k
views
How to find hidden files of git repository in Terminal of VSCode on Windows
So, I am cloning the git repo to the folder, and I want to check if there is a hidden file in that folder such as .git. And I found a command that will show all the files in the folder: ls -la. But, I ...
1
vote
0
answers
53
views
linux cross compiler not working across debian versions
A cross compiler which ran without issues on
Linux 2.6.26-2-686 i686
now doesn't work on
Linux 4.19.0-13-amd64 x86_64
The installation directory lists the files and also 'hidden' files starting with ...
1
vote
1
answer
355
views
Hidden file in my training dataset which makes tensorflow return "Unknown image file format. One of JPEG, PNG, GIF, BMP required."
I have tensorflow model and during the first portions of training the first epoch it works until it reaches about the midpoint (735/2201 [=========>....................]) and then it returns the ...
1
vote
3
answers
531
views
Find all directories that contain only hidden files and/or hidden directories
Issue
I have been struggling with writing a Bash command that is able to recursively search a directory and then return the paths of every sub-directory (up to a certain max-depth) that contains ...
5
votes
1
answer
789
views
How to create a hidden folder i.e .MyFolder [(dot)MyFolder] in DCIM directory (Scoped Storage) Android Q
I want to create a hidden folder i.e .MyFolder [(dot)MyFolder] in DCIM directory. Here is my code:-
final String relativeLocation = Environment.DIRECTORY_DCIM+File.separator+".MyFolder/images&...
1
vote
0
answers
174
views
Octave finding files which supposedly are not there
First of all, I want to notice that this may not be an Octave question itself (I really cannot tell), hopefully this will be clear by the end of the question.
I am running some Octave code to get a ...
1
vote
1
answer
1k
views
Exclude hidden files in Python
Well, there's a thing I have to do: I have to count files with or without hidden files, with or without recursion, with certain extension or without (it's up to a user)(CLI). The problem is with ...
4
votes
1
answer
5k
views
shutil.rmtree: FileNotFoundError: [Errno 2] No such file or directory: '._xxx'
Code and error (Reduced, if you'd like to see the full code, refer to the last section):
import shutil
import os
filteredCleaned =
'/Volumes/Extreme_SSD/Raymond_Lab/...
1
vote
0
answers
413
views
Node.js copy hidden folder recursively while preserving hidden status
I have tried several NPM packages, like,
const ncp = require("ncp").ncp
await ncp(source, destination)
and,
const fs = require("fs-extra")
fs.copySync(source, destination)
Both ...
0
votes
1
answer
351
views
How filter specific hidden 'dot' file with rsync?
I'm trying to tell rsync to ignore my ~/.cache directory, but it doesn't want to listen.
How do I filter a specific dot filename with rsync?
Here, for example, is an attempt to copy nothing but ~/....
0
votes
0
answers
1k
views
How to Un-Hide Rows and Columns in Excel files and Concatenate them in Pandas Data Frame?
I have a lot of Excel files(10,000) with hidden columns and rows and I want to put them in one big Data Frame but the problem is in Data Frame I can not see those hidden columns and rows. I tried
...
0
votes
0
answers
1k
views
Create tar file on mac but exclude hidden files
Im using a Mac, trying to create a tarfile which exludes all hidden files (e.g. .file)
I've tried the following, but each time it includes hidden files:
tar --exclude='.*' -czvf test.tgz .
tar --...
-1
votes
1
answer
289
views
I wrote a program put it in the start folder and it disappeared but still runs
I wrote a small program to check if my network is down it looks like this:
@echo off
set ipaddr=172.217.11.238
set oldstate=neither
:loop
set state=up
ping -n 1 !ipaddr! >nul: 2>nul:
if not !...
2
votes
5
answers
15k
views
What is the terminal command to view hidden folders in a git repo on VSCode?
I am attempting to view my .git directory on VSCode by entering the command to show hidden files. I understand that on a Mac, this command is: la
I've read that on Windows, the equivalent command is:...
0
votes
2
answers
673
views
C# Read file in ftp when this file start with dot "." (hidden Files) [duplicate]
I need read file in ftp, but this file start with a "." (hidden Files), for exemple .teste.txt.
I tried read this file using this code:
FtpWebRequest reqFTP;
reqFTP = (FtpWebRequest)WebRequest....
2
votes
2
answers
357
views
How do I make ls honour .hidden files?
The .hidden file is quite convenient to hide directories, what applications use and generated themselves.
How do I treat items listed in the .hidden file hidden, while using ls?
0
votes
2
answers
1k
views
How can I check if hidden files exist?
Adobe has the option to download fonts, which is a problem for us in our industry. I found the location for those files and now I want to create a Jamf Smart group to check if fonts have been ...
0
votes
1
answer
36
views
How to customize which patterns bash treats as "hidden" files/directories
In Unix systems, files and directories that begin with . are "hidden". Microsoft Office creates temporary files that begin with ~$, such as ~$Unnamed_document.docx. I would like to make bash – and ...
7
votes
1
answer
1k
views
How can one get github pages to serve dot files like RFC5785's /.well-known/?
I've got a documentation website populated from the Github master branch for my documentation project.
I'd like https://mydomain/.well-known/security.txt to serve the file under tree/master/.well-...
0
votes
1
answer
600
views
display all hidden files in the current directory not in the parent directory
I need to display all hidden files in the current directory but I dont want to see hidden files in the parent directory. I used echo command for it but so far I cant get rid of hidden files in parent ...
0
votes
1
answer
1k
views
How to Let Delphi SelectDirectory Show Hidden Directory and Files?
I am using Delphi XE3.
When invoking SelectionDirectory, as below:
Dir := '';
SelectDirectory(Dir, [], 0);
I find the pop up "Select Directory" dialog will not show hidden folders and files. Is ...
1
vote
0
answers
4k
views
can't see hidden folder in jupyter notebook tree
when I launch my jupyter notebook using anaconda, I can't see none of my hidder folder (folders starting with a "." ex : .myfolder) is it normal ? and is there a way to be able to access the notebooks ...
21
votes
1
answer
4k
views
Show hidden (.files) in AndroidStudio's Device File Explorer
In a project we have a "hidden" folder (a folder which name starts with a '.') on the device. Accessing it from Code is no Problem, but in AndroidStudios "Device File Explorer" I cannot find an option ...