Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
65 views

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 ...
Matt Baldwin's user avatar
1 vote
2 answers
100 views

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&...
dimimir's user avatar
  • 75
2 votes
2 answers
414 views

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 ...
XDR's user avatar
  • 4,580
0 votes
1 answer
321 views

(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 ...
Derek Dub's user avatar
0 votes
0 answers
74 views

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 ...
Tahir Abbas's user avatar
0 votes
2 answers
205 views

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 ...
Tony Dev's user avatar
1 vote
1 answer
889 views

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 ...
Krisna's user avatar
  • 3,543
0 votes
1 answer
168 views

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,...
dastrobu's user avatar
  • 1,765
0 votes
1 answer
44 views

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 ...
OlegG's user avatar
  • 1,027
3 votes
1 answer
10k views

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 ....
Stefan Glova's user avatar
1 vote
1 answer
297 views

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 ...
Hossam Hamza's user avatar
1 vote
1 answer
123 views

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 ...
Lenny4's user avatar
  • 1,756
-1 votes
2 answers
1k views

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 ...
shyam__'s user avatar
0 votes
0 answers
121 views

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 ...
nba's user avatar
  • 3
0 votes
0 answers
214 views

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 ...
GordnBenit's user avatar
0 votes
1 answer
560 views

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 ...
Dr. Fabien Tarrade's user avatar
0 votes
1 answer
97 views

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 ...
OldMate's user avatar
  • 13
-2 votes
1 answer
2k views

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 ...
krikop's user avatar
  • 3
-3 votes
1 answer
646 views

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 ...
einpoklum's user avatar
  • 138k
1 vote
0 answers
166 views

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 ...
emeehan's user avatar
  • 11
1 vote
1 answer
2k views

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 ...
Junaid Hassan Final's user avatar
2 votes
0 answers
341 views

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, ...
Bassie's user avatar
  • 10.5k
0 votes
1 answer
2k views

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 ...
Reid Moffat's user avatar
0 votes
0 answers
1k views

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 ...
Ali Zahid's user avatar
  • 180
3 votes
1 answer
2k views

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 ...
Acronym's user avatar
  • 53
4 votes
1 answer
1k views

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 ...
Brian's user avatar
  • 1,858
0 votes
0 answers
182 views

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 ...
panes-rubrics.0l_icloud.com's user avatar
0 votes
0 answers
1k views

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 ...
abdulla's user avatar
1 vote
0 answers
53 views

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 ...
pecce's user avatar
  • 11
1 vote
1 answer
355 views

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 ...
buckenup's user avatar
1 vote
3 answers
531 views

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 ...
BitWrecker's user avatar
5 votes
1 answer
789 views

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&...
Parmu's user avatar
  • 51
1 vote
0 answers
174 views

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 ...
Alberto Debernardi's user avatar
1 vote
1 answer
1k views

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 ...
Elizabeth Grant's user avatar
4 votes
1 answer
5k views

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/...
underdisplayname's user avatar
1 vote
0 answers
413 views

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 ...
adelriosantiago's user avatar
0 votes
1 answer
351 views

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 ~/....
markling's user avatar
  • 1,424
0 votes
0 answers
1k views

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 ...
Charles's user avatar
  • 201
0 votes
0 answers
1k views

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 --...
R111's user avatar
  • 171
-1 votes
1 answer
289 views

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 !...
Quadsam's user avatar
2 votes
5 answers
15k views

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:...
Siddart Fredrick's user avatar
0 votes
2 answers
673 views

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....
Gabriel Rodrigues's user avatar
2 votes
2 answers
357 views

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?
u15p7fgy863eiq5's user avatar
0 votes
2 answers
1k views

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 ...
user2744145's user avatar
0 votes
1 answer
36 views

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 ...
reynoldsnlp's user avatar
  • 1,295
7 votes
1 answer
1k views

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-...
Mike Samuel's user avatar
0 votes
1 answer
600 views

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 ...
Ekat Sim's user avatar
  • 125
0 votes
1 answer
1k views

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 ...
alancc's user avatar
  • 869
1 vote
0 answers
4k views

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 ...
OUMOUSS_ELMEHDI's user avatar
21 votes
1 answer
4k views

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 ...
Rafael T's user avatar
  • 15.7k

1
2 3 4 5